projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b895c72
)
* test/Makefile.in (mostlyclean): Use ${LOGFILES}.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 20 Jan 2016 10:03:15 +0000
(11:03 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 20 Jan 2016 10:03:15 +0000
(11:03 +0100)
test/Makefile.in
patch
|
blob
|
history
diff --git
a/test/Makefile.in
b/test/Makefile.in
index 9f7011353cfa78d9199ac5c2496abb839b5e9d63..0034f1045984822b9eee952e021373940961626b 100644
(file)
--- a/
test/Makefile.in
+++ b/
test/Makefile.in
@@
-164,7
+164,7
@@
check-doit: ${LOGFILES}
.PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean
mostlyclean:
- -@for f in
*.log
; do test ! -f $$f || mv $$f $$f~; done
+ -@for f in
${LOGFILES}
; do test ! -f $$f || mv $$f $$f~; done
clean:
-rm -f ${LOGFILES} ${LOGSAVEFILES}